Package com.cisco.pt.ipc.sim.impl
Class IPV6IpProcessImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.IPV6IpProcessImpl
- All Implemented Interfaces:
IPCObject,IPV6IpProcess,Process
Information provided by the PKI file:
\class Ipv6IpProcess
\brief Ipv6IpProcess handles IPv6 to IPv4 tunneling.
\example network().getDevice("PC0").getProcess("Ipv6IpProcess")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionIPV6IpProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTunnelIntByNum(int num) Information provided by the PKI file:intInformation provided by the PKI file:voidremoveTunnelIntByNum(int num) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
IPV6IpProcessImpl
public IPV6IpProcessImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
addTunnelIntByNum
public void addTunnelIntByNum(int num) Information provided by the PKI file:
\brief Adds a tunnel interface to the device. \param num, the interface number for the tunnel interface.- Specified by:
addTunnelIntByNumin interfaceIPV6IpProcess- Parameters:
num- Takes in a parameter of num
-
removeTunnelIntByNum
public void removeTunnelIntByNum(int num) Information provided by the PKI file:
\brief Removes the tunnel interface with the specified interface number. \param num, the interface number of the tunnel interface of interest.- Specified by:
removeTunnelIntByNumin interfaceIPV6IpProcess- Parameters:
num- Takes in a parameter of num
-
getTunnelIntcount
public int getTunnelIntcount()Information provided by the PKI file:
\brief Returns the number of tunnel interfaces. \return int, the number of tunnel interfaces.- Specified by:
getTunnelIntcountin interfaceIPV6IpProcess- Returns:
- int Returns a int
-